home *** CD-ROM | disk | FTP | other *** search
- global gp_storynum, gspspeed
-
- on exitFrame
- stwait(gspspeed)
- case gp_storynum of
- 1, 2, 3:
- changespadd(11, "Photo" & gp_storynum & "r,St", "Photo" & gp_storynum & "r,End")
- 4:
- changespadd(11, "Photo1r,St", "Photo3r,End")
- end case
- go(marker(-1))
- end
-